ComponentOne ASP.NET MVC Controls
ChartAxisBuilder<T> Class Members
Methods 

C1.Web.Mvc.Fluent Namespace : ChartAxisBuilder<T> Class

The following tables list the members exposed by ChartAxisBuilder<T>.

Public Constructors
 NameDescription
Public ConstructorCreates one ChartAxisBuilder<T> instance to configurate obj.  
Top
Public Methods
 NameDescription
Public MethodConfigurates C1.Web.Mvc.ChartAxis<T>.AxisLine. Sets a value indicating whether the axis line is visible.  
Public MethodOverloaded. Bind the axis with a special data source to customize the labels.  
Public MethodConfigurates C1.Web.Mvc.ChartAxis<T>.Binding. Sets the comma-separated property names for property "ItemsSource".  
Public MethodConfigurates C1.Web.Mvc.ChartAxis<T>.ItemsSource. Sets ItemsSource settings.  
Public MethodConfigurates C1.Web.Mvc.ChartAxis<T>.ItemsSource. Sets ItemsSource settings.  
Public MethodConfigurates C1.Web.Mvc.ChartAxis<T>.Format. Sets the format string used for axis labels  
Public MethodConfigurates C1.Web.Mvc.ChartAxis<T>.ItemFormatter. Sets the itemFormatter client-side function name for axis labels.  
Public MethodConfigurates C1.Web.Mvc.ChartAxis<T>.LabelAlign. Sets the label alignment.  
Public MethodConfigurates C1.Web.Mvc.ChartAxis<T>.LabelAngle. Sets the rotation angle of axis labels. The angle is measured in degrees with valid values ranging from -90 to 90.  
Public MethodConfigurates C1.Web.Mvc.ChartAxis<T>.LabelPadding. Sets the label padding.  
Public MethodConfigurates C1.Web.Mvc.ChartAxis<T>.Labels. Sets a value indicating whether axis labels are visible.  
Public MethodConfigurates C1.Web.Mvc.ChartAxis<T>.LogBase. Sets the logarithmic base of the axis.  
Public MethodConfigurates C1.Web.Mvc.ChartAxis<T>.MajorGrid. Sets a value indicating whether the axis includes grid lines.  
Public MethodSets the location of axis major tick marks.  
Public MethodConfigurates C1.Web.Mvc.ChartAxis<T>.MajorUnit. Sets the number of units between axis labels.If the axis contains date values, then the units are expressed in days.  
Public MethodOverloaded. Sets the Max property.  
Public MethodOverloaded. Sets the Min property.  
Public MethodConfigurates C1.Web.Mvc.ChartAxis<T>.MinorGrid. Sets a value indicating whether the axis includes minor grid lines.  
Public MethodSets the location of axis minor tick marks.  
Public MethodConfigurates C1.Web.Mvc.ChartAxis<T>.MinorUnit. Sets the number of units between minor axis ticks. If the axis contains date values, then the units are expressed in days.  
Public MethodConfigurates C1.Web.Mvc.ChartAxis<T>.Name. Sets the axis name.  
Public MethodConfigurates the C1.Web.Mvc.ChartAxis<T>.OnClientRangeChanged client event. Occurs when axis range changed.  
Public MethodConfigurates C1.Web.Mvc.ChartAxis<T>.Origin. Sets the value at which the axis crosses perpendicular axis.  
Public MethodSets the overlapping method for axis labels.  
Public MethodConfigurates C1.Web.Mvc.ChartAxis<T>.PlotAreaIndex. Sets the plot area for the axis.  
Public MethodSets the enumerated axis position.  
Public MethodConfigurates C1.Web.Mvc.ChartAxis<T>.Reversed. Sets a value indicating whether the axis is reversed (top to bottom or right to left).  
Public MethodConfigurates C1.Web.Mvc.ChartAxis<T>.Title. Sets the title text shown next to the axis.  
Top
See Also

Reference

ChartAxisBuilder<T> Class
C1.Web.Mvc.Fluent Namespace